ul,li{
	list-style: none;
}
body{
	min-width: 1300px; 

}
header{
	width: 100%;
	height: 80px;
	box-shadow: 5px 5px 5px #ccc;
	background-color: #fafafa;
}
header .head-all{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
header .head-logo{
	float: left;	
	width: 80px;
	margin-top: 10px;
}




header .head-right{
	float: right;
	text-align: center;
	line-height: 80px;
	overflow: hidden;
}
header .head-right li{
	float: left;
	width: 50px;
	margin-right: 20px;
}
header .head-right li:last-child{
	margin-right: 0;
}
header .head-right li a{
	font-size: 18px;
	color: #000;
	text-decoration: none;
}
header .head-right .head-act{
	border-bottom: 3px solid orangered;
}
header .head-right .head-act a{
	color: orangered;
}

/*返回首页*/
header .shouye{
	float: right;
	width: 100px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	margin-top: 18px;
	margin-right: 50px;
	border-radius: 5px;
	border: 1px solid #E67E22;
}
header .shouye a{
	width: 100px;
	height: 45px;
	font-size: 18px;
	color: #E67E22;
	display: inline-block;
	text-decoration: none;
}

/*注册*/
.login{
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
}
.login-all{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	overflow: hidden;
}
.login .login-left{
	width: 750px;
	height: 380px;
	float: left;
	margin-top: 25px;
}

.login .login-left img{
	width: 100%;
	height: 100%;
}


.login .login-right{
	width: 400px;
	/*height: 600px;*/
	float: right;
	border: 1px solid #ccc;
}
.login .login-right1{
	width: 320px;
	margin: 30px auto 0 auto;
}
.login .login-right1 .zczh{
	text-align: center;
}

.login .login-right .input01{
	overflow: hidden;
}
.login .login-right .input01 .input01-fir{
	float: left;
	height: 34px;
	width: 80px;
	line-height: 34px;
	text-align: right;
}
.login .login-right .input01 .input01-fir:hover{
	cursor: pointer;
}
.login .login-right .input01 .input01-sec{
	float: right;
}
.login .login-right .input01 .input01-thr{
	float: right;
	width: 100px;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
}
.login .login-right .input01 .input01-thr:hover{
	cursor: pointer;
	
}
.login .login-right .input01 .input01-thr img{
	width: 100%;
	height: 100%;
}
.login .login-right .input01 .input02-thr{
	float: right;
	width: 100px;
	height: 32px;
	color: #fff;
	outline: none;
	line-height: 32px;
	text-align: center;
	text-indent: 0;
	background-color: red;
}

.login .login-right .input01-sec01{
	top: -30px;
	left: 8px;
	position: relative;
}
.login .login-right input{
	text-indent: 2rem;
	width: 240px;
}
.login .login-right .input02{
	float: left;
	width: 202px;
}




/*注册按钮*/
.login .dl{
	width: 320px;
	height: 40px;
	border-radius: 5px;
	text-align: center;
	line-height: 40px;
	background-color: red;
}
.login .dl a{
	width: 320px;
	height: 40px;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}


/*立即注册*/
.login .forget{
	width: 320px;
	height: 50px;
	margin-top: 30px;
	margin-bottom: 80px;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

.login .forget span{
	color: #5E5E5E;
}
.login .forget a{
	text-decoration: none;
	color: orangered;
}


/*页脚*/
footer{
	width: 100%;
	height: 100px;
	margin-top: 100px;
	bottom: 0;
	line-height: 100px;
	text-align: center;
	background-color: #E3E3E3;
}


/*提示语*/
#phone1{
	font-size: 12px;
	color: red;
	margin-top: -15px;
	margin-bottom: 15px;
	display: none;
}
#password1{
	font-size: 12px;
	color: red;
	margin-top: -15px;
	margin-bottom: 15px;
	display: none;
}
#mm21{
	font-size: 12px;
	color: red;
	margin-top: -15px;
	margin-bottom: 15px;
	display: none;
}
.dl a{
	width: 300px;
	height: 40px;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}
.dl{
	width: 300px;
	height: 40px;
	border-radius: 5px;
	text-align: center;
	line-height: 40px;
	margin-top: 10px;
	background-color: red;
}
.tip_border{
	border:1px solid red;
}
